Polynomial Rings

Polynomial Rings and Factorization

Introduction

A central question in ring theory is whether properties of a ring R are inherited by the polynomial ring R[x]. For unique factorization, the answer is yes, and this provides a powerful tool for understanding the structure of polynomial rings.

Gauss's Lemma and its Consequences

Statement

Theorem 12.1 (Gauss's Lemma and its Corollary): If R is a UFD, then the polynomial ring R[x] is also a UFD.

Proof Strategy

The proof of this cornerstone result is non-trivial. It involves several key steps:

  1. Content of a Polynomial: Define the content of a polynomial as the greatest common divisor of its coefficients.
  2. Primitive Polynomials: A polynomial is primitive if its content is a unit.
  3. Gauss's Lemma: The product of two primitive polynomials is primitive.
  4. Lifting Factorization: Relate factorization in R[x] to factorization in F[x], where F is the field of fractions of R.

Key Definitions

Gauss's Lemma

Lemma 12.2 (Gauss's Lemma): The product of two primitive polynomials is primitive.

This lemma is the key technical result that allows us to lift factorization from the field of fractions back to the original ring.

Consequences

This theorem is immensely powerful as it provides a vast supply of UFDs. For example:

Eisenstein's Criterion

To work with these polynomial rings, we need practical tools to determine if a polynomial is irreducible.

Statement

Theorem 12.3 (Eisenstein's Criterion): Let R be a UFD with field of fractions F. Let f(x)=anxn++a1x+a0 be a polynomial in R[x]. If there exists a prime element pR such that:

  1. p divides ai for all i{0,1,,n1}
  2. p does not divide an
  3. p2 does not divide a0

then f(x) is irreducible over the field of fractions F.

Examples

Example 1: The polynomial f(x)=x5+6x3+9x+3 is irreducible over Q by Eisenstein's criterion with p=3.

Example 2: The cyclotomic polynomial Φp(x)=xp1x1=xp1++x+1 is irreducible over Q for any prime p. While the criterion does not apply to Φp(x) directly, it applies to Φp(x+1), which is sufficient to prove the irreducibility of the original polynomial.

Irreducibility Tests

Rational Root Test

Theorem 12.4 (Rational Root Test): Let f(x)=anxn++a1x+a0 be a polynomial with integer coefficients. If pq is a rational root of f(x) in lowest terms, then p divides a0 and q divides an.

Reduction Modulo p

Theorem 12.5: Let f(x)Z[x] be a monic polynomial. If there exists a prime p such that the reduction of f(x) modulo p is irreducible in Fp[x], then f(x) is irreducible in Z[x].

Examples

Example 1: The polynomial f(x)=x3+x+1 is irreducible over Z because its reduction modulo 2 is x3+x+1 in F2[x], which is irreducible.

Example 2: The polynomial f(x)=x4+1 is irreducible over Z because its reduction modulo 3 is x4+1 in F3[x], which is irreducible.

Factorization in Specific Rings

Polynomial Rings over Fields

For any field F, the polynomial ring F[x] is a Euclidean domain with the degree function as the Euclidean norm. Therefore, it is also a PID and a UFD.

Key Properties:

Polynomial Rings over UFDs

When R is a UFD, the polynomial ring R[x] inherits the UFD property, but it is not necessarily a PID.

Example: Z[x] is a UFD but not a PID. The ideal (2,x) is not principal.

Applications

Application 1: Algebraic Number Theory

Polynomial rings are fundamental in algebraic number theory. The ring of integers in a number field is often studied through its relationship to polynomial rings.

Application 2: Algebraic Geometry

Polynomial rings in multiple variables are the coordinate rings of affine varieties. Understanding their factorization properties is crucial for understanding the geometry of these varieties.

Application 3: Cryptography

Polynomial rings over finite fields are used in many cryptographic protocols, including elliptic curve cryptography and lattice-based cryptography.

Advanced Topics

Multivariate Polynomial Rings

For a UFD R, the polynomial ring R[x1,,xn] in n variables is also a UFD. This follows by induction from the single-variable case.

Power Series Rings

The ring of formal power series R[[xx]] over a ring R has different properties than the polynomial ring R[x]. For example, if R is a field, then R[[xx]] is a local ring with a unique maximal ideal.

Laurent Polynomial Rings

The ring of Laurent polynomials R[x,x1] consists of finite sums of the form i=nmaixi. These rings are important in many areas of mathematics, including representation theory and algebraic geometry.

Examples and Counterexamples

Example 1: Irreducible Polynomials in Q[x]

Example 2: Factorization in Z[x]

The polynomial f(x)=2x2+4x+2 factors as 2(x2+2x+1)=2(x+1)2 in Z[x]. Note that the factor 2 is a unit in Q[x] but not in Z[x].

Example 3: A Polynomial that is Irreducible over Z but Reducible over Q

The polynomial f(x)=2x2+2 is irreducible over Z (as a polynomial with integer coefficients), but it factors as 2(x2+1) over Q.

Summary

Polynomial rings provide a rich source of examples and applications in ring theory. The fact that UFDs are preserved when passing to polynomial rings (Gauss's Lemma) is one of the most important results in commutative algebra.

Eisenstein's criterion and other irreducibility tests provide practical tools for determining when polynomials are irreducible. These concepts are fundamental to many areas of mathematics, including algebraic number theory, algebraic geometry, and cryptography.

The study of polynomial rings continues to be an active area of research, with connections to many other areas of mathematics including representation theory, homological algebra, and computational algebra.